a atom package use undescrore.tempalte transform template file to file when save
<%//extension:txt%>
to assign taragt file extensionapm install template-to-file
# command paletteCtrl+Shift+Pinput "Generate Package"
#open devtoolCtrl+Shift+I#reloadCtrl+Shift+F5/window reload(in command pannel)/Ctrl+R(in devtool)#clear consoleCtrl+L(in devtool)
# first timegit tag -a v0.1.0 -m "release 0.1.0 version"git push origin --tagsapm publish minor# other timeapm publish minor
1.how to active when init remove activationCommands in package.json
"activationCommands": {"atom-workspace": "template-to-file:toggle"},
2.atom.notifications.addError
generate error
try{}catch(e){- atom.notifications.addError('error', {detail: e.toString(), dismissable: true});+ throw e}
Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.